home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / libs / cddalibbeta.lha / CDDA-Lib / Uninstall < prev    next >
Text File  |  2002-05-14  |  143b  |  7 lines

  1. IF EXISTS LIBS:cdda.library.elf
  2.     delete LIBS:cdda.library.elf
  3.     echo "cdda.library uninstalled."
  4. ELSE
  5.     echo "cdda.library not installed."
  6. ENDIF
  7.